<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.cleaeFix:after{content:""; height:0; clear:both; display:block; overflow:hidden;}
body{ font-family:"微软雅黑"; margin:0px; padding:0px; margin-top:10px;}
h1{margin:0px;}
a{ text-decoration:none;}
.dropdown-toggle:after{
	display:inline-block;
	width:0;
	height:0;
	content:'';
	vertical-align:middle;
	border-top:.306rem solid;
	border-right:.300rem solid transparent;
	border-left:.300rem solid transparent;
	margin-top:-5px;
	margin-right:0px;
	margin-left:0.30em;
	}
	
.dropdown-toggle1:after{
	display:inline-block;
	width:0;
	height:0;
	content:'';
	vertical-align:middle;
	border-top:.306rem solid;
	border-right:.300rem solid transparent;
	border-left:.300rem solid transparent;
	margin-top:0px;
	margin-right:0px;
	margin-left:2.55em;
	}
	
	
.top{width:100%; background:#333; height:40px;}
.top_content{width:1200px; padding:10px; box-sizing:border-box; margin:0 auto; color:white; font-size:14px;}
.top_content a{ color:white; text-decoration:none; float:right;}
.top_content div{float:left;}
	
	
/*导航*/
.header{width:100%;}
.header_con{ width:1200px; margin:0 auto;}
.header_con span{ color:#014099;}
.top_title{ float:left; font-size:23px; margin-top:-16px;}
.top_title h2{ margin-bottom:0px;}
.top_title font{ font-size:18px; text-align:center; width:416px; display:block; text-align:center;}
.phone img{ float:left;}
.phone{ font-size:17px; float:right; width:290px;}
.phone font{ padding-top:20px; padding-bottom:15px; display:block;}

.daohang{ width:100%; height:50px; background:#014099;}
.dh_con{ width:1200px; margin:0 auto;}
#nav li{ list-style-type:none;}
#nav li a{color:white; float:left; display:block; width:164px; line-height:50px; text-align:center;}
#nav li a:hover{ background:#1d60be;}




.content{ width:100%; float:right; }

.product{margin-top:40px; width:80%; margin:0 auto; margin-top:45px;}
.product_title{width:100%;}
.title_left{float:left; margin-left:30px;}
.title_right{float:right; padding-top:10px;}
.title_right a{color:gray; margin-right:30px; font-size:15px; height:25px;  position:relative; padding:3px; display:inline-block; }


.title_right a:after{
    content: "";
    width: 0;
    height: 1px;
    background: blue;
    position: absolute;
    top: 100%;
    left: 50%;
    transition: all .3s;
}

.title_right a:hover:after{
   left: 0%;
   width: 100%;
}



.show{width:100%; margin-top:20px;}

.one{
	float:left;
	margin-left:20px;
	margin-bottom:10px;
	width:23%;
	
	}
.one_one {
	width:100%;
	overflow:hidden;
	 border:1px solid gray;
	}

.one_one img{width:100%;  transition:all .5s;}

.one_one img:hover{
	transform:scale(1.1);
	}

.one span a{
	margin-top:14px;
	display:inline-block;
    width:23%;
	text-align:center;
	font-size:14px;
	color:gray;
	}


.about{
	width:100%;
	background:url(../images/49.jpg) no-repeat;
	height:400px;
	background-size:100% 100%;
	background-position:center center;
	position:absolute;
	}

.xian{width:100%; height:1px; border-top:1px dashed gray; margin:10px 20px 40px 20px;}

.guanyu{height:510px;}
.jianjie{text-align:center; width:60%;  background:rgba(255,255,255,0.8); left:300px;  position:relative; top:150px; font-size:15px;padding:40px 20px;}
.text{ text-indent:2em; line-height:30px; margin-top:20px; }
.jianjie a{color:#06C; margin-top:20px; display:block;}



.qiye{width:100%; height:100px; background:url(../images/15.jpg) no-repeat; background-size:100% 100%; background-position:center center;}

.new{margin-top:10px; margin-top:40px; width:80%; margin:0 auto; margin-top:30px;}

.new_show{width:100%; margin-top:20px; }
.new_left{width:28%;  float:left; margin-left:35px;}
.new_left img{margin-bottom:5px;}
.new_left h2 a{text-align:center; margin:5px 0px; color:black; display:block;}
.new_left h2 a:hover{color:#06C;}
.new_left span{text-align:center; display:block; margin-bottom:5px; color:gray;}
.new_left div{ text-indent:2em; font-size:14px; line-height:20px; padding:5px; box-sizing:border-box;}
.new_left h2{ font-size:18px;}
.zizhi{width:80%; margin:0 auto;}



.footer{width:98.5%; padding:10px; background:#e3e2e2; text-align:center; font-size:14px; margin-top:50px;}








</pre></body></html>